-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for dynamic slideshow #411
Conversation
Your demo site is ready! 🚀 Visit it here: https://ramp4-pcar4.github.io/story-ramp/fix-410/#/en/00000000-0000-0000-0000-000000000000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed here, I have removed the carousel from the chart panel. To fix existing chart galleries, change the
type
fromchart
toslideshow
, change thecharts
property toitems
, and addtype: "chart"
to each of the entries (it now treats each of the charts as their own chart panel).
Definitely should bring this up again in next week's meeting. It seems like chart slideshows are all cut-off on mobile view but this issue appears on the main build as well so can be new issue.
Reviewable status: 0 of 7 files reviewed, all discussions resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 7 of 7 files at r1, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @RyanCoulsonCA)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 7 of 7 files at r1, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @RyanCoulsonCA)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 7 of 7 files at r1, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @RyanCoulsonCA)
Related Item(s)
#410 and #353
Changes
Breaking Changes
type
fromchart
toslideshow
, change thecharts
property toitems
, and addtype: "chart"
to each of the entries (it now treats each of the charts as their own chart panel).For example, if this is what your current chart panel config looks like:
Replace it with the following:
images
property withitems
.Testing
Play around with the following and ensure everything works as expected (will add links once the demo is up):
Charts Panel
link in the Dynamic Panel Test slide. Ensure these charts load and can be switched.This change is